try {
connectionLatch.await();
} catch (InterruptedException e) {
ObjectHelper.wrapRuntimeCamelException(e);
}
}
try {
connectionLatch.await();
} catch (InterruptedException e) {
throw ObjectHelper.wrapRuntimeCamelException(e);
}
}